"BUG_UGoofed" = "An unhandled Find condition exists. Figure out how you broke it. ";
/* [short name of nonDocument object without a parent] my assumption that only a Document will have a parent that's not an Actor is apparently wrong */
"BUG_ParentlessChild" = "Bug Doug. Object `%s' is not a Document and its parent is not an Actor.";
/* [document name] the named document should be open, but we couldn't find it in openDocs list */
"BUG_DocNotOpen" = "Unexpected error: Document %s is not open.";
/* [name of resource doc; name of client doc] client doc sent closeForDocument: msg to resource doc, but it doesn't have client in its clientDocs table. */
"BUG_DocNotOpenAsResource" = "Bug Doug. Document `%s' does not think it is open as a resource for client doc `%s'.";
/* [class name of object being stored; full pathname of objectStore file] an attempt was made to store an object with an iNum of NO_SUCH_INT. */
"BUG_InvalidInum" = "Internal Error – Attempt to store object of type %s with invalid iNum in file %s.";